MindFusion.Wpf Pack Programmer's Guide
FlowLayout.ArrangeCore Method
See Also
 





Applies the layout to the specified subset of items from the specified Diagram instance and an array of rectangles defining custom lane borders.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ArrangeCore (
    Diagram diagram,
    DiagramItemCollection items,
    Rect[] laneBorders
)

Visual Basic  Copy Code

Public Function ArrangeCore( _
    diagram As Diagram, _
    items As DiagramItemCollection, _
    laneBorders() As Rect _
) As Boolean

 Parameters

diagram

The Diagram to arrange.

items

Specifies a subset of diagram items to arrange.

laneBorders

An array of rectangles defining custom lane borders.

 Return Value

true if the diagram has been arranged successfully; otherwise, false.

 See Also

FlowLayout Members
FlowLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace